[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ARRAY_MIN()

Returns the Minimum value found in a passed array.                
==================================================================
EXAMPLE:  local array:={} aadd(array,40) aadd(array,60)           
aadd(array,5)  min=array_min(array)                               


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson